home *** CD-ROM | disk | FTP | other *** search
- object frmScriptingWMSelect: TfrmScriptingWMSelect
- Left = 249
- Top = 201
- BorderIcons = []
- BorderStyle = bsSingle
- Caption = 'New Windows message script'
- ClientHeight = 120
- ClientWidth = 305
- Color = clBtnFace
- Font.Charset = DEFAULT_CHARSET
- Font.Color = clWindowText
- Font.Height = -11
- Font.Name = 'MS Sans Serif'
- Font.Style = []
- HelpFile = '2180'
- OldCreateOrder = False
- Position = poScreenCenter
- PixelsPerInch = 96
- TextHeight = 13
- object Label1: TTntLabel
- Left = 8
- Top = 16
- Width = 36
- Height = 13
- Caption = 'C&ontrol:'
- FocusControl = ControlCB
- end
- object Label2: TTntLabel
- Left = 8
- Top = 40
- Width = 46
- Height = 13
- Caption = '&Message:'
- FocusControl = MessageCB
- end
- object ControlCB: TTntComboBox
- Left = 84
- Top = 8
- Width = 205
- Height = 21
- Style = csDropDownList
- ItemHeight = 13
- TabOrder = 0
- end
- object MessageCB: TTntComboBox
- Left = 84
- Top = 32
- Width = 205
- Height = 21
- Style = csDropDownList
- ItemHeight = 13
- TabOrder = 1
- end
- object Button1: TMMTNTBItBtn
- Left = 128
- Top = 84
- Width = 75
- Height = 25
- Caption = '&OK'
- Default = True
- Font.Charset = DEFAULT_CHARSET
- Font.Color = clBtnText
- Font.Height = -11
- Font.Name = 'MS Sans Serif'
- Font.Style = []
- ModalResult = 1
- ParentFont = False
- TabOrder = 2
- end
- object Button2: TMMTNTBItBtn
- Left = 212
- Top = 84
- Width = 75
- Height = 25
- Cancel = True
- Caption = '&Cancel'
- Font.Charset = DEFAULT_CHARSET
- Font.Color = clBtnText
- Font.Height = -11
- Font.Name = 'MS Sans Serif'
- Font.Style = []
- ModalResult = 2
- ParentFont = False
- TabOrder = 3
- end
- end
-